home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / misc / PatchGetScrt1_0.lha / PatchGetScreenData / PatchGetScreenData.doc < prev    next >
Encoding:
Text File  |  1994-03-26  |  1.2 KB  |  50 lines

  1.  
  2. TITLE
  3.  
  4.      PatchGetScreenData - patches the GetScreenData()-Function to
  5.                     return a user-defined screen-width and height
  6.  
  7. VERSION
  8.  
  9.      1.0
  10.  
  11. AUTHOR
  12.  
  13.      Gerhard Müller <muellerg@informatik.tu-meunchen.de>
  14.  
  15. DESCRIPTION
  16.  
  17.         PatchGetScreenData patches the intuition function GetScreenData()
  18.      to return a fixed, user defined screen width and height. This is
  19.      sometimes useful if you have old software like XOper 2.4 etc. and
  20.      you are using a oversized Workbench screen, as this old software
  21.      just opens a screen with the same width and the same hight as the
  22.      Workbench.
  23.  
  24.         With PatchGetScreenData you can define the width and height like
  25.      this:
  26.  
  27.            PatchGetScreenData 640 256
  28.  
  29.      or from Workbench you define WIDTH and HEIGHT as tooltypes.
  30.  
  31.      If you start PatchGetScreenData again, it will remove itselv.
  32.  
  33.      PatchGetScreenData is Mungwall- and Enforcer-tested.
  34.  
  35. SPECIAL REQUIREMENTS
  36.  
  37.      Workbench 2.04 or higher.
  38.  
  39. PRICE
  40.  
  41.      Free
  42.  
  43. DISTRIBUTABILITY
  44.  
  45.      Freeware, freely distributable as long as the archive remains
  46.      intact and only a nominal fee is charged for its distribution.
  47.  
  48.      The package is (C) 1994 by Gerhard Müller
  49.  
  50.